home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt
Text File  |  2003-07-29  |  3KB  |  134 lines

  1. object FrmSplash: TFrmSplash
  2.   Left = 289
  3.   Top = 228
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 275
  7.   ClientWidth = 350
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 120
  20.   TextHeight = 13
  21.   object Image: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 204
  25.     Height = 159
  26.     AutoSize = True
  27.   end
  28.   object Lbl: TLabel
  29.     Left = 24
  30.     Top = 118
  31.     Width = 159
  32.     Height = 19
  33.     Caption = 'EVALUATION MODE'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWhite
  36.     Font.Height = 20
  37.     Font.Name = 'Arial'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     Transparent = True
  41.     Visible = False
  42.   end
  43.   object Label1: TLabel
  44.     Left = 216
  45.     Top = 56
  46.     Width = 44
  47.     Height = 16
  48.     Caption = 'Version'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = 16
  52.     Font.Name = 'Arial'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     Transparent = True
  56.   end
  57.   object Label2: TLabel
  58.     Left = 240
  59.     Top = 70
  60.     Width = 7
  61.     Height = 16
  62.     Caption = '2'
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = 16
  66.     Font.Name = 'Arial'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     Transparent = True
  70.   end
  71.   object ProgressLabel: TLabel
  72.     Left = 10
  73.     Top = 139
  74.     Width = 57
  75.     Height = 16
  76.     Caption = 'Loading...'
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = 16
  80.     Font.Name = 'Arial'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     Transparent = True
  84.   end
  85.   object Lbl1: TLabel
  86.     Left = 64
  87.     Top = 136
  88.     Width = 72
  89.     Height = 19
  90.     Caption = 'EXPIRED'
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clWhite
  93.     Font.Height = 20
  94.     Font.Name = 'Arial'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     Transparent = True
  98.     Visible = False
  99.   end
  100.   object LblS1: TLabel
  101.     Left = 7
  102.     Top = 8
  103.     Width = 47
  104.     Height = 13
  105.     Caption = 'Starting in'
  106.     Transparent = True
  107.     Visible = False
  108.   end
  109.   object LblS2: TLabel
  110.     Left = 69
  111.     Top = 8
  112.     Width = 6
  113.     Height = 13
  114.     Caption = '1'
  115.     Transparent = True
  116.     Visible = False
  117.   end
  118.   object BtnCancel: TButton
  119.     Left = 64
  120.     Top = 30
  121.     Width = 75
  122.     Height = 24
  123.     Caption = 'Cancel'
  124.     TabOrder = 0
  125.     Visible = False
  126.     OnClick = BtnCancelClick
  127.   end
  128.   object Timer: TTimer
  129.     OnTimer = TimerTimer
  130.     Left = 206
  131.     Top = 118
  132.   end
  133. end
  134.